home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 96
/
Clickx 96.iso
/
software
/
tools
/
tool
/
xbmc-10.1.exe
/
system
/
python
/
Lib
/
re.py
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Source
|
2011-03-08
|
186 b
|
7 lines
"""Minimal "re" compatibility wrapper. See "sre" for documentation."""
engine = "sre" # Some apps might use this undocumented variable
from sre import *
from sre import __all__